SftTree/OCX 7.0

VirtualItem.CellTextAlign Property

Softel vdm, Inc.

Defines the position of the text displayed in the item's cell.

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.Cell.TextHAlign and VirtualItem.Item.Cell.TextVAlign instead

Syntax       

Put

VB.NET

object.CellTextAlign(ByVal ColIndex As Short) = Align  As SftTreeAlignConstants

VB

object.CellTextAlign(ByVal ColIndex As Integer) = Align  As SftTreeAlignConstants

C#.NET

void object.set_CellTextAlign(short ColIndex, SftTreeAlignConstants Align);

VC++

enum SftTreeAlignConstants object->CellTextAlign[short ColIndex] = Align;
void object->PutCellTextAlign(short ColIndex, enum SftTreeAlignConstants Align);

C

HRESULT object->put_CellTextAlign(short ColIndex, enum SftTreeAlignConstants Align);

Delphi

object.CellTextAlign[ColIndex : Smallint] := Align  : TOleEnum;

object

A VirtualItem object.

ColIndex

The zero-based column number.  The combination of ColIndex and the VirtualItem event's RowIndex parameter describes an individual cell.

Align

Defines the position of the text displayed in an item's cell.

One value of each of the following tables can be combined and used as Align value:

Horizontal Alignment

Value

Description

alignSftTreeLeft 

0

The cell text is left aligned.

alignSftTreeCenter

1

The cell text is centered in the cell.

alignSftTreeRight 

2

The cell text is right aligned.

Vertical Alignment

Value

Description

alignSftTreeVCenter

16

The cell text is vertically centered.

alignSftTreeTop

32

The cell text is aligned with the top of the available area.

alignSftTreeBottom

64

The cell text is aligned with the bottom of the available area.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.Cell.TextHAlign and VirtualItem.Item.Cell.TextVAlign instead

The CellTextAlign property defines the position of the text displayed in the item's cell.

The VirtualItem.CellTextAlign property is used while handling a VirtualItem event to define the position of the text for the cell described by ColIndex and the VirtualItem event's RowIndex parameter.

See Also  VirtualItem Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com